func runtime.msanmalloc

5 uses

	runtime (current package)
		arena.go#L683: 		msanmalloc(unsafe.Pointer(span.base()), span.elemsize)
		malloc.go#L1193: 		msanmalloc(x, size)
		msan0.go#L21: func msanmalloc(addr unsafe.Pointer, sz uintptr)   { throw("msan") }
		proc.go#L4715: 			msanmalloc(unsafe.Pointer(gp.stack.lo), gp.stack.hi-gp.stack.lo)
		stack.go#L422: 		msanmalloc(v, uintptr(n))